@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    background-color: #f8f6f4;
    }
.wrapper {
	width: 40%;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", sans-serif;
    }
    
@media (max-width: 1280px) {
    .wrapper {
     width: 80%;   
    }
}
    
@media (max-width: 768px) {
    .wrapper {
     width: 100%;   
    }
}

header {
  padding: 20px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article {
  padding: 20px;
}
footer {
  padding: 20px;
}

.logo{
    width:215px;
    }

.logo-link{
    text-decoration: none;
    }

.header-link{
    display:block;
    text-decoration:none;
    color: #1F64CC;
    }
    
.header-link:hover{
    text-decoration:none;
    color: #80a7e2;
    }

.video-youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.button{
    display:block;
    padding:20px;
    color: #fff;
    background-color: #242830;
    text-align:center;
    text-decoration:none;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    width: 100px;
    border-radius:10px;
}

.button:hover{
    background-color: #545454;
}


h1 {
    font-size: 2rem; 
    font-weight: 600;
    color: #242830;
    }
    
h2 {
    font-size: 1.6rem; 
    font-weight: 500; 
    margin: 0 auto 20px auto; 
    text-align:center;
    color: #242830;
    }
    
h3 {
    font-size: 1.3rem; 
    font-weight: 500; 
    margin: 0 auto 20px auto;  
    text-align:center;
    color: #242830;
    }
    
.video-div{
    margin-bottom:60px;
    }
    
#svg-youtube{
    height:40px;
    width:40px;
    padding: 0 5px;
    fill: #242830;
    }
#svg-vimeo{
    height:40px;
    width:40px;
    fill: #242830;
    padding: 0 5px;
    }
    
#svg-youtube:hover{
    fill: #FF0000;
    }
#svg-vimeo:hover{
    fill: #17D5FF;
    }
    
.title-social{
    font-size: 1.0rem; 
    font-weight: 500; 
    margin: 20px auto;  
    text-align:center;
    }    
    
.social-div{
    display:block;
    margin: 0 auto;
    text-align:center;
    }
    
.social-div a{
    text-decoration: none;
    }
    
.shorts-container {
    position: relative;
    width: 100%;
    padding-bottom: 177.77%;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    }

.shorts-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    } 
    
.shorts-duo{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    } 

.video-shorts{
    display: block;
    width: 49%;
    aspect-ratio: 9 / 16;
    }
    
@media (min-width: 426px) {
.shorts-duo{
    margin-bottom: 60px;
    } 
    }
    
@media (max-width: 425px) {
 .video-shorts{
    width: 100%;
    margin-bottom: 60px;
    }
    }
    
    
.full-img{
    width: 100%;
    margin-bottom: 60px;
    }