/*
 Theme Name:   Raadiodo
 Theme URI:    http://radiudor.ir
 Description:  Under Constraction Version
 Author:       Siavash Raha
 Author URI:   http://siavashraha.ir
 Template:     raadiodo-unc-version
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


html {
  box-sizing: border-box;
}
body {
    background-color: #ffffff;
    font-family: raleway, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2em;
    color: #283148;
}
a {
	color: #1a1a1a;
    text-decoration: none;
}
a:hover {
	/*color: #f04a22;*/
	color: #f15a24;
	text-decoration: none;
}
#main {
  width: 320px;
  margin: auto;
}
.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.text {
    margin: 2rem 0;
}
h1 {
    padding-left: .4rem;
    font-size: 2rem;
    letter-spacing: .5rem;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}
.orange {
  color: #f15a24;
}
.blue {
  color: #5cd8ff;
}
.black-01 {
    color: #1a1a1a;
}
.black-02 {
    color: #4d4d4d;
}
.black-03 {
    color: #999999;
}

.socials li {
  margin: 20px 20px 0 20px;
}
.socialmedia a {
  text-decoration: none;
  color: #4d4d4d;
}
.socialmedia a:hover {
  color: #f15a24;
}

