@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto:300');

body {
    font-family: Roboto !important;
}

h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: Montserrat !important;
}

h3 {
    margin-bottom: 0.75em !important;
}

body a {
    color: #D1D1D1;
}

ul.ptwsi_social-icons {
    position: fixed;
    top: 25vh;
    left: 20px;
    display: flex;
    flex-direction: column;
    transform: scale(1.5);
}

.entry-content h1 {
    text-align: center;
    color: #fff;
}

.entry-content p {
    font-weight: 300;
}

#logo.logo-image img {
    margin-bottom: 1.25em;
    max-height: 120px;
    max-width: 300px;
}

#header .container:first-child {
	display: flex;
	align-items: flex-end;
}

.entry-content {
    font-size: 0.85em;
    line-height: 1.5em;
    background-color: #2a2a2a;
    padding: 30px 40px;
    border-top: 15px solid #165783; 
    margin-top: 1.2em;
}

.entry-content h1 {
    margin-bottom: 0.75em;
    font-size: 1.5em;
    line-height: 1.25em;
}

p:first-of-type{
    margin-top: 1.25em;
}

.alignright {
    margin: 1.25em 0em 1.25em 0.5em;
}

.alignleft {
    margin: 1.25em 0.5em 1.25em 0em;
}

body, .home {
    color: #fff !important;
}

.black a.menu-trigger {
    background-color: rgba(0,0,0,0) !important;
}

.black a.menu-trigger img {
    width: 32px;
}

.CountriesMenuWidget a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 48px;
    margin: 1.25em 0em;
}

.CountriesMenuWidget a:hover img {
    opacity: 1;
}

.CountriesMenuWidget a img {
    max-height: 32px;
    margin-right: 1em;
    opacity: 0.8;
    transition: opacity 0.3s;
    max-width: 32px;
    position: absolute;
    left: 0;
}

.DD_dropdown {
    background-color: #333;
    padding: 5px 12px;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 25px;
}
.DD_item_default {
    
}
.DD_items {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 32px;
}
.DD_items.shown {
    display: block;
}
.DD_item {
    display: block;
    padding: 5px 12px;
}
.DD_item:hover {
    background-color: #eee;
}
.DD_dropdown_arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 12px;
    background-color: #555;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.DD_dropdown_arrow * {
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
     
    #logo.logo-image img {
        left: 0;
        right: 0;
        position: absolute;
        transform: translateX(-25%);
    }
}

@media only screen and (min-width: 768px) {
    #logo.logo-image img {
        position: relative;
        left: -5.4em;
    }
    
    .entry-content h1 {
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 990px) {
    #header {
        height: 120px !important;
    }
}

@media only screen and (max-width: 1469px) and (min-width: 960px){
   /* .container, .sixteen.columns.page {
        width: 768px !important;
    }*/
}