@font-face {
    font-family: 'Architects Daughter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/architectsdaughter/v11/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvTYlg4w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.mainHeader {
    height: 100vh;
    position: relative;
    width: 100%;
    min-height: 280px;
    padding: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-blend-mode: color,multiply;
    background-image: url("../../img/background.png");
}

.mainHeaderLog {
    height: 100vh;
    position: relative;
    width: 100%;
    min-height: 280px;
    padding: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-blend-mode: color,multiply;
    background-color: #efd28d;
    background-image: linear-gradient(147deg, #efd28d 0%, #ffffff 80%);
}

.adminbackground{
    background: url('../../img/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.mainContainer {
    background-color: #efd28d;
    background-image: linear-gradient(147deg, #efd28d 0%, #ffffff 80%);
}

.mainFontTitle {
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 125px;
    text-transform: uppercase;
}

.mainFontTitleResp { 
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 63px;
    text-transform: uppercase;
}

.mainFontSubTitle {
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 40px;
}

.mainFontSubTitleResp {
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 29px;
}

.mainFontSubTitleResp2 {
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 50px;
}

.mainFontText{
    font-family: Architects Daughter; 
    color:#ffde59;
    font-size: 43px;
}

.mainFontTextResp{
    font-family: Architects Daughter; 
    color:#ffde59;
    font-size: 22px;
}

.menu_active {
    font-weight: bold;
}

.menu {
    font-family: Architects Daughter; 
    color:#0a2c47;
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.navTitle{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 32px;
}

.navText{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navText:hover{
    font-weight: 600;
}
.cursor{
    cursor: pointer;
}


.link:hover {
    font-weight: bold;
}

.justifyText {
    text-align: justify;
}

.SubtitleText{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 47px;
}

.SubtitleTextResp{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 38px;
}

.SubtitleText2{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 40px;
}

.SubtitleText2Resp{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 28px;
}

.SubtitleText3{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 35px;
}

.SubtitleText3Resp{
    font-family: Architects Daughter; 
    color:#0a2c47;
    font-size: 35px;
}

.backgroundCard {
    background-color: #f6e6c0;
    background-image: linear-gradient(147deg, #f6e6c0 0%, #ffffff 100%);
}


.text-small {
    font-size: 1.5rem !important;
}

.social-link {
    color: #fff;
    background: #ff3f3f;
    display: block;
    transition: all 0.3s;
}

.social-link:hover, .social-link:focus {
    color: white;
    text-decoration: none;
}

.social-link .icon {
    width: 4rem;
    text-align: center;
    margin-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.social-facebook {
    background: #3b5998;
}

.social-facebook:hover, .social-facebook:focus {
    background: #2d4373;
}

.social-instagram {
    background: #e4405f;
}

.social-instagram:hover, .social-instagram:focus {
    background: #d31e40;
}

.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
  }
  
  .blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
  }

