/*
Theme Name: DRC
Author: Una cum
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

.icon {
    border-radius: 50%;
}

ul {
    font-family: Rethink Sans;
    font-size: 24px;
}

ol {
    font-family: Rethink Sans;
    font-size: 24px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header {
    margin: 0;
    padding: 0;
    display: block;
}
body {
    background-color: #F4E8C4;
    padding: 0;
    margin: 0;

}

a {
    text-decoration: none;
    color: black;
}

h3 {
        font-family: Rethink Sans;
        font-size: 32px;
        font-weight: 200; 
}

h2 {
    Font-family: Rethink Sans;
    font-size: 40px;
    font-weight: Bold;  
}

p {
    font-family: Rethink Sans;
    font-size: 24px;
    font-weight: 200;
}

input {
    width: 100%;
    height: 6vh;
    border-width: 0;
    border-radius: 10px;
}



.buttonlarge {
    border-width: 0;
    border-radius: 10px;
    padding: 5px 30px;
    background-color: #F0A70A;
    font-family: Rethink Sans;
    font-size: 32px;
    font-weight: 600; 
}


.headertext {
    Font-family: Manrope;
    font-size: 40px;
    font-weight: Bold;
}
.twohead {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    padding: 12px 0 60px 0;
    background-color:#F4E8C4;
    nav {
        display: flex;
        width: 85%;
        margin: 0 auto;
        a {
        margin: auto 10px;
        }
    }
}

.drclogo {
    width: 70px;
    height: 70px;
}
.threehead {
    display: flex;
    position: fixed;
    width: 100%;
    margin: 10px auto; 
    padding: 0px 0px;
    .headeritem {
        font-family: Rethink Sans;
        font-size: 32px;
        font-weight: Regular; 
    }
}
    .headernav {
        list-style-type: none;
        width: 90%;
        display: flex;
        justify-content: space-around;
        margin: auto auto;
        background-color:#FFFFFF;
        border-radius: 30px;
        padding: 2px 0;
    }
    .invis {
        margin-left: auto;
    }

    .sidebar {
        border-radius: 0;
        padding: 40px 40px;
        line-height: 200%;
        font-family: Rethink Sans;
        font-size: 32px;
        font-weight: Regular; 
        list-style: none;
        list-style-type: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 75vw;
        z-index: 998;
        background-color: white;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

.headernav    {    
        height: 100;
        list-style: none;
        list-style-type: none;
        width: 90%;
        display: flex;
        justify-content: space-around;
        margin: auto auto;
        background-color:#FFFFFF;
        border-radius: 30px;
        padding: 2px 0;
}
.topgap {
    height: 80px;
}

.smallgap {
    height: 3vh;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto auto;
    width: 100vw;
    height: 80vh;
    background-color: #F4E8C4;
}

.herocontent2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 80vh;
}

.herocontent {
    display: flex;
    justify-content: space-around;
    margin: auto auto;
    width: 75%;
}
.herotextcontainer {
    width: 70%;
    margin: auto auto;
}
.herotext {
    width: 100%;
}

.heroimage {
    height: 80%;
}

.heroimagecontainer {
    height: 90%;
    width: 40%;
    margin: auto auto;
    padding: auto auto;
}

.content {
    width: 75%;
}

article {
    padding: 5vw 0;
    width: 75%;
    margin: auto auto;
}

.selecty {
    display: flex;
    justify-content: space-evenly;
    margin: auto auto;
    width: 50%;
    height: 75px;
    border-radius: 50px;
    background-color: #F0C048;
    font-family: Rethink Sans;
    font-size: 32px;
    font-weight: 600; 
    a {
        margin: auto auto;
    }
}

.family-toparticles {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto auto;
    justify-content: center;
}

.family-articlepreview {
    margin: 12px 12px;
    border-radius: 15px;
    width: 320px;
    height: 320px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
        background-color: #F0C048;
    img {
        border-radius: 15px 15px 0px 0px;
        margin: -5px 0;
    }
}

.featuredimage {
    width: 320px;
    height: 192px;
    img {
            width: 320px;
    height: 192px;
        object-fit: cover;
    }
}

.family-articlepreviewinfo {
    margin: 0;
        border-radius: 15px;
    padding: 0px 24px;
    width: 100%;
    height: 132px;
    align-items: right;
    align-content: right;
    background-color:#F0C048;
    color: #000000;
}

.pro-toparticles {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: auto auto;
    justify-content: center;
}

.pro-articlepreview {
    margin: 12px 12px;
    border-radius: 15px;
    width: 320px;
    height: 320px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
        background-color: #F0C048;
    img {
        border-radius: 15px 15px 0px 0px;
        margin: -5px 0;
    }
}

.pro-articlepreviewinfo {
    margin: 0;
    padding: 0px 24px;
    width: 100%;
    height: 132px;
    align-items: right;
    align-content: right;
    background-color:#F0C048;
    color: #000000;
}

.soc-toparticles {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: auto auto;
    justify-content: center;
}

.soc-articlepreview {
    margin: 12px 12px;
    border-radius: 15px;
    width: 320px;
    height: 320px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
        background-color: #F0C048;
    img {
        border-radius: 15px 15px 0px 0px;
        margin: -5px 0;
    }
}

.soc-articlepreviewinfo {
    margin: 0;
    padding: 0px 24px;
    width: 100%;
    height: 132px;
    align-items: right;
    align-content: right;
    background-color:#F0C048;
    color: #000000;
}

.aptauja {
    width: 100%;
    border-radius: 15px;
    margin: 0 auto;
    padding: 24px 38px;
    background-color: #F0C048;
	justify-content: center;
	align-content: left;
	align-items: left;
	radio {
			align-content: left;
	align-items: left;
		align-self: left;
		input {
			display: inline-block;
		}
		label {
			display: inline-block;
		}
	}
	ul {
		list-style-type: none;
		text-align: left;
					align-content: left;
	align-items: left;
	}
	li {
		text-align: left;
			align-content: left;
	align-items: left;
	}
}


.values {
    justify-content: space-evenly;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.valuecard {
    width: 45vw;
}

footer {
    width: 100vw;
}

.foot1 {
    background-color:#EDD677;
    width: 100vw;
}

.foot11 {
    margin-top: 40px;
    padding-top: 40px;
    background-color: #EDD677; 
    h2 {
        margin: auto auto;
        text-align: center;
    }
}

.foot1content {
    
    width: 75%;
    margin: auto auto;
    display: flex;
}

.subscribe {
    width: 90%;
    overflow: hidden;
    img {
        align-self: center;
        width: 30vw;
    }
	p {
		justify-content: center;
		align-content: center;
	}
}

.email {
    width: 100%;
    text-align: right;
}

.foot2 {
    padding: 40px;
    background-color: #F0C048;
    .email {
        text-align: left;
    }
}


.footlinks {
    display: flex;
    width: 75%;
    margin: auto auto;
    padding: 20px;
    justify-content: flex-end;
    p {
        padding: 0 20px;
    }
    img {
        width: 40px;
    }
}

@media (max-width: 1300px) {
    .hamburger {
        display: flex;
    }
    .selecty {
        width: 70vw;
        align-items: center;
    }
    .foot1content {
        flex-direction: column;
    }
    .subscribe {
        img {
            width: 50vw;
        }
    }
}
@media (min-width: 1300px) {
    .hamburger {
        display: none;
    }
    .family-toparticles {
        justify-content: space-between;
    }
    .pro-toparticles {
        justify-content: space-between;
    }
    .soc-toparticles {
        justify-content: space-between;
    }
}

@media (max-width: 1300px) {
    .threehead{
        display: none;
        ul headernav{
            display: none;
        }
    }
    .twohead{
        padding: 12px 0 12px 0;
    }
}

@media (max-width: 1100px) {
        .heroimagecontainer{
        display: none;
    }
    .heroimage {
        display: none;
    }
    .herotext {
        width: 100%;
    }
    .herotextcontainer {
        width: 100%;
    }
    .herocontent {
        width: 85vw;
    }
    .selecty {
        width: 85vw;
        font-size: 4vw;
    }
}

@media (max-width: 600px) {
    .headertext {
        font-size: 6vw;
    }
    .selecty {
    width: 60vw;
    padding: 12px 0px 12px 0px;
    line-height: 200%;
    height: fit-content;
    font-size: 6vw;
    display: flex;
    flex-direction: column;
    }
    .family-toparticles {
    width: 95vw;
    }
    .pro-toparticles {
    width: 95vw;
    }
    .soc-toparticles {
    width: 95vw;
    }
}

@media (min-width: 1300px) {
    .threehead {
        display: flex;
            ul headernav{
        display: flex;
    }
    }
    
}
