/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&family=Rancho&family=Tangerine:wght@400;700&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --white-color: #fff;
  --black-color: hsl(210, 12%, 15%);
  --body-color: hsl(210, 16%, 12%);
  --container-color: hsl(210, 24%, 8%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: 'Quicksand', sans-serif;
  --h2-font-size: 1.25rem;
  --normal-font-size: .938rem;
}

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

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--white-color);
}

a {
  text-decoration: none;
}

/*=============== TITLE ===============*/
.title {
  margin-top: 3rem;
  letter-spacing: 2px;
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
}

#text-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.org-link a{
  font-family: 'Oswald', sans-serif;
  color: #808080;
  font-size: 20px;
  margin-top: 1rem;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  letter-spacing: 6px;
  transition: all 0.5s ease-in-out;
}

.org-link a:hover {
  color: #0FFF50;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}

/*=============== GUIDELINES ===============*/
.guidelines {
  margin: 7rem;
}
.guide-title {
  color: #0FFF50;
  margin-top: 2rem;
}
p {
 font-size: 16px;
}

/*==============FOOTER ===============*/
body{
  margin:0;
  overflow-x:hidden;
  }
  
  .footer{
  background:#000;
  padding:30px 0px;
  text-align:center;
  }
  
  .footer .row{
  width:100%;
  margin:1% 0%;
  padding:0.6% 0%;
  color:gray;
  font-size:0.8em;
  text-align: center;
  align-items: center;
  justify-content: center;
  }
  
  .footer .row a{
  text-decoration:none;
  color:gray;
  transition:0.5s;
  }
  
  .footer .row a:hover{
  color:#0FFF50;
  }
  
  .footer .row ul{
  width:100%;
  }
  
  .footer .row ul li{
  display:inline-block;
  margin:0px 30px;
  }
  
  .footer .row a i{
  font-size:2em;
  margin:0% 1%;
  }

  .space {
    margin: 7rem;
  }
  span {
    color: rgb(100, 173, 109);
    font-style: italic;
  }

/*=============== BREAKPOINTS ===============*/
 
/* Extra small devices (phones, 320px and up) */
@media only screen and (min-width: 320px) {
  .title{
    font-size: 20px;
  }
  .org-link a{
    font-size: 12px;
    margin-top: 0;
  }
  .guidelines {
    margin: 1.5rem;
  }
  .guide-title {
    margin-top: 2rem;
    font-size: 18px;
  }
  p {
   font-size: 13px;
  }
}

@media only screen and (min-width: 480px) {
  .title{
    font-size: 20px;
  }
  .org-link a{
    font-size: 12px;
    margin-top: 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .title{
    font-size: 30px;
  }
  .org-link a{
    font-size: 15px;
    margin-top: 0;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .title{
    font-size: 35px;
  }
  .org-link a{
    font-size: 17px;
    margin-top: 0;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .title{
    font-size: 35px;
  }
  .org-link a{
    font-size: 17px;
    margin-top: 0;
  }
  .guide-title {
    font-size: 22px;
  }
  p {
   font-size: 16px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1024px) {
  .header-img img {
    width: 100%;
    height: auto;
    background-size: 100% auto !important;
  }
  .title{
    font-size: 35px;
  }
  .org-link a{
    font-size: 17px;
    margin-top: 0;
  }
  .guide-title {
    font-size: 24px;
  }
  p {
   font-size: 18px;
  }
  .footer .row {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1440px) {
  .title{
    font-size: 4rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .org-link a{
    font-size: 40px;
    margin-top: 1px;
  }
  .guide-title {
    font-size: 30px;
  }
  p {
   font-size: 22px;
  }
  .footer .row {
    font-size: 20px;
  }
}

@media only screen and (min-width: 2560px) {
  .title{
    font-size: 6rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
  .org-link a{
    font-size: 50px;
    margin-top: 2px;
  }
  .guide-title {
    font-size: 40px;
    margin-top: 3rem;
  }
  p {
   font-size: 35px;
  }
  .footer .row {
    font-size: 30px;
  }
}